Skip to content

Add type check workflow#96

Merged
evgeniko merged 4 commits into
mainfrom
typecheck-workflow
Jan 15, 2026
Merged

Add type check workflow#96
evgeniko merged 4 commits into
mainfrom
typecheck-workflow

Conversation

@martin0995

Copy link
Copy Markdown
Contributor

This pull request introduces a new GitHub Actions workflow to automate SDK type checking. The workflow is designed to run on pull requests to the main branch, on a scheduled basis, and can also be triggered manually.

Continuous integration improvements:

  • Added a new workflow file .github/workflows/sdk-type-check.yml to perform SDK type checking using a reusable workflow, ensuring type safety for SDK changes.
  • Configured the workflow to run on pull requests to main, on a weekly schedule, and via manual dispatch for flexible coverage.
  • Set permissions for the workflow to allow read access to contents and write access to issues, supporting reporting and security best practices.

@martin0995
martin0995 requested a review from evgeniko December 2, 2025 14:06
@martin0995 martin0995 added the enhancement New feature or request label Dec 2, 2025
@evgeniko
evgeniko merged commit f3d42c2 into main Jan 15, 2026
@evgeniko
evgeniko deleted the typecheck-workflow branch January 15, 2026 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants